home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / comm / Internet / AWeb / AWebNcFTP.doc < prev    next >
Text File  |  1996-06-19  |  3KB  |  116 lines

  1. AWebNcFTP - Version 1.01 (June 19, 1996)
  2. ========================================
  3.  
  4. Author: Dennis Michael Cranston
  5.  
  6.  
  7. Description
  8. ===========
  9.  
  10. This ARexx script allows you to FTP files/directories with AWeb.
  11. It uses NcFTP to perform FTP transfers.
  12.  
  13.    + Asynchronous downloads (i.e. Multitasking)
  14.  
  15.    + Distinguishes between files and directories then acts accordingly
  16.  
  17.    + Optional version features enhanced requesters via 
  18.      RexxReqTools.library and ReqTools.library
  19.  
  20.    + Opens small window notifying user of FTP Transfer
  21.  
  22.    + No need to mount additional filesystems such as FTPMount
  23.  
  24.    + Uses NcFTP which is distributed with the AmiTCP package 
  25.  
  26.  
  27. Requirements
  28. ============
  29.  
  30. Located in your "AmiTCP:bin/" directory:
  31. NcFTP (included with the AmiTCP package)
  32.  
  33.     available on Aminet under 'aminet/comm/tcp':
  34.     AmiTCP-demo-40.lha (738K)  or  AmiTC_ncftp156.lha (218K)
  35.  
  36.  
  37. (Optional)
  38. RexxReqTools.library & ReqTools.library
  39.  
  40.     available on Aminet under 'aminet/util/rexx':
  41.     RexxReqTools.lha (65K)
  42.  
  43.  
  44. Simple Installation
  45. ===================
  46.  
  47. Standard Version:
  48.  
  49. 1. Copy AWebNcFTP.rexx into the same directory as the AWeb executable.
  50.  
  51. 2. Change the following AWeb settings and save:
  52.  
  53.       -------------------------------------
  54.       Network 3: External Programs
  55.       ftp:
  56.       Command:  sys:rexxc/rx
  57.       Arguments: AWebNcFTP.rexx *%s *%s *%s
  58.       -------------------------------------
  59.  
  60. Reqtools Version:
  61.  
  62. 1. If RexxReqTools.library and ReqTools.library are not available 
  63.    in the 'libs:' path then download RexxReqTools.lha from Aminet
  64.    and install. 
  65.  
  66. 2. Copy AWebNcFTP.rexx-reqtools into the same directory as the AWeb 
  67.    executable.
  68.  
  69. 3. Rename AWebNcFTP.rexx-reqtools to AWebNcFTP.rexx
  70.  
  71. 4. Change the following AWeb settings and save:
  72.  
  73.       -------------------------------------
  74.       Network 3: External Programs
  75.       ftp:
  76.       Command:  sys:rexxc/rx
  77.       Arguments: AWebNcFTP.rexx *%s *%s *%s
  78.       -------------------------------------
  79.  
  80.  
  81. History
  82. =======
  83.  
  84. 1.01 - Added complete path for finding NcFTP, since ToolManager 2.1 
  85.        incorrectly ignores any path definitions...
  86.  
  87. 1.0 -  First Public Release
  88.  
  89.  
  90. Legal
  91. =====
  92.  
  93. These scripts are FREEWARE.  They may be distributed  provided  source code 
  94. and documentation remain unchanged and are included with any distribution.                         
  95.  
  96. The author is  NOT  responsible for  the  suitability or  accuracy of  this
  97. documentation and/or the program(s)  it describes.  Any damage  directly or
  98. indirectly caused by the use or  misuse of this  documentation  and/or  the
  99. program(s) it describes is the sole responsibility of the user her/him self.
  100.  
  101.                                                                            
  102. Contacts
  103. ========
  104.  
  105. Postal Address:
  106.  
  107.     Dennis Michael Cranston
  108.     180 S. Anderson Road
  109.     Exeter, CA 93221 (USA)
  110.  
  111. E-Mail: 
  112.  
  113.     dcransto@trumpet.aix.calpoly.edu
  114.  
  115.  
  116. <Q.E.D.>